home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / utils / win32 / makefile < prev    next >
Makefile  |  1996-02-17  |  107b  |  10 lines

  1.  
  2. CFLAGS = -nologo
  3.  
  4. .obj.exe:
  5.     link /nologo $< setargv.obj
  6.  
  7. all : mv.exe cp.exe rm.exe touch.exe
  8.  
  9.  
  10.